home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3tcntfr.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_TOOLBARCONTROLSFRAME_H = 1;
- include("real/gadget/r3manfrm.js")
-
-
- var R3CLID_TOOLBARCONTROLSFRAME = 105;
-
-
-
-
-
-
-
- R3TOOLBARCONTROLSFRAMEA_Id = 105500;
- function SetR3TOOLBARCONTROLSFRAMEA_Id(value) {
- R3Set(this.r3obj, R3TOOLBARCONTROLSFRAMEA_Id, value, R3TID_INTEGER, 0);
- }
-
- function GetR3TOOLBARCONTROLSFRAMEA_Id() {
- return R3Get(this.r3obj, R3TOOLBARCONTROLSFRAMEA_Id, R3TID_INTEGER, 0);
- }
-
- R3TOOLBARCONTROLSFRAMEA_Gman = 105503;
- function GetR3TOOLBARCONTROLSFRAMEA_Gman() {
- return R3ToJS(R3Get(this.r3obj, R3TOOLBARCONTROLSFRAMEA_Gman, R3TID_OBJECT, 0));
- }
-
-
-
- function r3Toolbarcontrolsframe () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_TOOLBARCONTROLSFRAME, arguments);
- }
- // Methods
-
- // Attributes
- this.GetId=GetR3TOOLBARCONTROLSFRAMEA_Id;
- this.SetId=SetR3TOOLBARCONTROLSFRAMEA_Id;
- this.GetGman=GetR3TOOLBARCONTROLSFRAMEA_Gman;
- }
-
- r3Toolbarcontrolsframe.prototype=new r3Managedframe;
- // r3tcntfr.h_H